Release 10.1A: OpenEdge Data Management:
DataServer for Microsoft SQL Server


Modifying the run-time schema check

At runtime, the DataServer for MS SQL Server performs a schema check to match a table definition in the data source against the schema image in the schema holder. It performs this task once for each table utilized in a Progress procedure. In order to retrieve table attributes without having to access data, the DataServer executes the following SQL statement against the data source:

SELECT * FROM table-name WHERE 1 = 2. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095